net/http.http2inflow.add (method)
9 uses
net/http (current package)
h2_bundle.go#L1500: func (f *http2inflow) add(n int) (connAdd int32) {
h2_bundle.go#L6625: send = sc.inflow.add(n)
h2_bundle.go#L6628: send = st.inflow.add(n)
h2_bundle.go#L10262: connAdd := cc.inflow.add(n)
h2_bundle.go#L10265: streamAdd = cs.inflow.add(n)
h2_bundle.go#L10296: connAdd := cc.inflow.add(unread)
h2_bundle.go#L10345: connAdd := cc.inflow.add(int(f.Length))
h2_bundle.go#L10408: sendConn := cc.inflow.add(refund)
h2_bundle.go#L10411: sendStream = cs.inflow.add(refund)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)